SinOperator
Type
operator
Summary
Sin operator.
Syntax
sin(<Operand>)
Description
Sin operator.
Parameters
Name | Type | Description |
---|---|---|
Operand | An expression that evaluates to a number. |
Examples
variable tVar as Number
put sin(pi / 2) into tVar -- tVar contains 1
variable tVar as Number
put the sine of pi into tVar -- tVar contains 0